@charset "UTF-8";
/* CSS Document */

* {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
	}

body {
	background-image: url('images/stripes.jpg');
	font-family: 'Josefin Sans', sans-serif, 'Slackey', cursive;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	width: auto;
	}

	/*Text*/
p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	}

h1 {
	font-size: 1.2em;
	font-family: Slackey;
	text-align: center;
	line-height: 1.2em;
	color: #CC0723;
	margin-top: 10px;
	}

h2 {
  color: white;
  text-align: center;
  padding: 40px;
	}

h3 {
  color:#F8BFDD;
  text-align: center;
  font-size: 1.1em
	}

h4 {
	color: #000;
	text-align: center;
	line-height: 5em;
	}

h5 {
	color: #000;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	}

h6 {
	color: #000;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	}

/*End Text*/

.clowns1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
	background-color: #E9E6E1;
}

.chat {
	margin-bottom: 30px;
	margin-top: -15px;
	float: right;
}

.column {
	width: 100%;
	margin: 0 auto;
}

.clowns1 {
	background-color: #E9E6E1;
}

.button_container {
    width: 50%;
    height: auto;
    margin: 0 auto;
	margin-top: 20px;
	}

.button {
 	width: 100%;
	}

.button a.hover {
	background-color: green;
}

.tracey {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}

.logo_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 20px;
	}

.logo {
	margin-top: 35px;
 	width: 50%;
	display: none;
	}

.social_container {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	}

.social {
	height: auto;
	width: 60px;
	margin-bottom: 20px;
	margin: 2px;
	padding: 4px;
	}

.social2 {
	max-width: 40px;
	height: auto;
	margin-top: 15px;
	}

.bottom_ball {
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}

.ball {
	background-size: contain;
	width: 90%;
	height: auto;
	margin-bottom: -4px;
	text-align: center;
	postion: relative;
	}

.horse_l {
	display: none;
	float: left;
	z-index: 1;
	}

.horse_r {
	display: none;
	float: left;
	z-index: 1;
	}

.main {
	width: 100%;
	margin-right: 10%;
	margin-left: 10%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	float: left;
	}

.main2 {
	width: 100%;
	margin: 0 auto;
	height: auto;
	float: left;
	background:#F1F1F1;
	padding: 15px;
	}

.aside {
	width: 20%;
	margin: 0 auto;
	padding: 0;
	float: left;
	}

.aside2 {
	width: 0%;
	margin: 0 auto;
	padding: 0;
	float: left;
	}

.clown_lady {
	width: 80%;
	height: auto;
	padding: 0;
	margin-left: 10%;
	margin-right: 10%;
}

.logo_container {
	width: 70%;
	height: auto;
	padding: 14px;
	display: block;
	}

.logo {
	display: none;
	padding: 20px;
	width: 100%;
	}
	
.sm_logo {
	display: block;
	margin: 0 auto;
	padding: 10px;
	}

header {
 	height: 250px;
 	width: 100%;
 	background-color: #000;
 	padding: 0;
	margin: 0 auto;
	}

#borderimg1 { 
 	padding: 20px;
 	border: 10px solid transparent;
 	-webkit-border-image: url(images/diamonds.png) 8 round; /* Safari 3.1-5 */
 	-o-border-image: url(images/diamonds.png) 8 round; /* Opera 11-12.1 */
 	border-image: url(images/diamonds.png) 8 round;
 	background-color:#F7CCE5;
 	margin-left: 0 auto;
 	margin-right: 0 auto;
 	width: 100%;
 	height: auto;
 	z-index: -1;
 	float: left;
	}

#borderimg2 { 
 	padding: 20px;
	padding-top: 15px;
 	border: 10px solid transparent;
 	-webkit-border-image: url(images/diamonds.png) 8 round; /* Safari 3.1-5 */
 	-o-border-image: url(images/diamonds.png) 8 round; /* Opera 11-12.1 */
 	border-image: url(images/diamonds.png) 8 round;
 	background-color:#F7CCE5;
 	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
 	height: auto;
 	z-index: -1;
	float: left;
	}

#borderimg3 { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
 	padding: 20px;
 	border: 10px solid transparent;
 	-webkit-border-image: url(images/diamonds.png) 8 round; /* Safari 3.1-5 */
 	-o-border-image: url(images/diamonds.png) 8 round; /* Opera 11-12.1 */
 	border-image: url(images/diamonds.png) 8 round;
 	background-color:#F7CCE5;
	text-align: center;
	float: left;
	}

.custom {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	height: auto;
	background-size: contain;
	}

.ordering {
	width: 100%;
	margin: 0 auto;
	height: auto;
	float: left;
	background-color: #E9E6E1;
	padding: 20px;
	}

.easy {
	background-color: #E9E6E1;
	padding: 20px;
	float: left;
	}

.info {
	width: 100%;
	margin: 0 auto;
	background-color:#F7BFDF;
	float: left;
	padding: 30px;
}

.info_red {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
 	background-color:#F7CCE5;
	padding: 20px;
	float: left;
	}

.order_form {
	width: 100%;
	height: auto;
	}

.contact {
	line-height: 2em;
	margin-bottom: 10px;
	}

input[type=text], select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
	}

.textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    font-size: 1em;
    resize: none;
	}

select {
    width: 100%;
    padding: 16px 20px;
    border: none;
    background-color: #f1f1f1;
	}

.hair {
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #fff;
	line-height: 2em;
	}

.button_container { 
	position:relative;
	height: 100px;
}

.button {
    width: 100%;
    background-color:#000;
    color: #fff;
    padding: 15px;
    border: none;
    cursor: pointer;
	text-align: center;
	margin: 0 auto;
    position: relative;
	}

.button:hover {
    background-color: #9B0E0D;
	}

input[type=submit] {
    width: 30%;
    background-color:#000;
    color: #fff;
    padding: 14px 20px;
	margin-top: 20px;
    margin-right: 35%;
	margin-left: 35%;
    border: none;
    cursor: pointer;
	}

input[type=submit]:hover {
    background-color: #9B0E0D;
	}

.image {
	width: 100%;
	height: 160px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: 15px;
	padding-bottom: 30px;
	}

.footer {
	height: auto;
	width: auto;
	margin: 0 auto;
	float: left;
	background-color: #000;
	}

.mobile-menu {
	display: block;
	width: 100%;
	background: #000;
	line-height: 1.6em;
	font-weight: 400;
	text-align:center;
	position: relative;
	margin:0 auto;
	}

/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
	margin: 0 auto;
	padding-left: 0;
	text-align:center;
	width: 100%;
	position: absolute;
	background:#000;
	}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
	}

/*Style for menu links*/
.mobile-menu li a {
	display: block;
	min-width: 140px;
	text-align: center;
	background-repeat: repeat;
 	font-family: 'Josefin Sans', sans-serif, 'Slackey', cursive;
	color:#F8BFDD;
    text-transform:uppercase;
	background: #000;
	text-decoration: none;
  	margin-left:-5px;
  	padding: 10px 0; 
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
	}

/*Hover state for top level links*/
.mobile-menu li:hover a {
	color:#C1272D;
	}

/*Hover state for top level links*/

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color:#C1272D;
	height: 40px;
	line-height: 40px;
	}

.mobile-menu li:active ul a {
	color: #fff;
	}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
	}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
	}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
	}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	}

/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px 15px;
	display: none;
  	cursor: pointer;
  	text-transform: uppercase;
	}

.mobile-menu .show-menu span{
   padding-left: 25px;
	}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
	}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
	}

@media all and (min-width: 320px){

.button {
	width: 100px;
	margin-left: 25%;
	margin-right: 25%;
	}
	
.ball {
	display: none;
	}
	
.social_container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}	
	
.social {
	height: auto;
	width: 55px;
	margin: 5px;
	}
	
.logo_container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	}
	
.logo {
	display: none;
	}
	
.sm_logo {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	}
	
.header {
	height: 100px;
	padding: 0;
	}
}

@media all and (min-width: 400px){

.logo_container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 40px;
	}
	
.logo {
	display: none;
	}
	
.sm_logo {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.logo_container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	}
	
.button {
	width: 100px;
	margin-left: 30%;
	margin-right: 30%;
	}	
.header {
	height: 100px;
	padding: 0;
	}
	
.social_container {
	min-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	}

.social {
	height: auto;
	min-width: 40px;
	margin: 10px;
	margin-top: 5px;
	}
}

@media all and (min-width: 600px) {	

.main2 {
	width: 90%;
	margin: 5%;
	margin-top: 1%;
	}
	
.aside2 {
	width: 5%;	
	}	
	
#borderimg2 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}

.clowns1 {
	margin-right: 3%;
	margin-left: 3%;
	width: 94%;
	background-color: #E9E6E1;
	}
	
.example-image {
	margin: 20px;
	}
	
.chat {
	margin-bottom: 30px;
	margin-top: -55px;
	float: right;
}
	
.custom {
	width: 50%;
	height: auto;
	margin-right: 25%;
	margin-left: 25%;
	}

.easy {
	padding: 30px;
	}
	
.info {
	width: 100%;
	background-color:#F7BFDF;
	padding: 30px;
	float: left;
	}

.info_red {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 30px;
	margin-left: 10%;
	background-color: #F7CCE5;
	padding: 20px;
	float: left;
	}
	
.main2 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
	
.header {
	height: 700px;
	}
	
.logo_container {
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
	
.logo {
	display: none;
	}

.sm_logo {
		display: block;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}	
	
.social_container {
	width: 65%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}	
	
.social {
	max-width: 50px;
	margin: 0 auto;
	margin: 5px;
	}
	
.horse_l {
	float: left;
	margin: 0 auto;
	display: none;
}

.horse_r {
	float: right;
	margin: 0 auto;
	display: none;
	}

.ball {
	width: 50%;
	}
	
.main {
	width: 90%;
	margin: 5%;
	}
	
.button {
	width: 100px;
	margin-left: 40%;
	margin-right: 40%;
	}
	
.footer {
	height: auto;
	width: 100%;
	margin: 0 auto;
	}
}

@media all and (min-width:768px){
	
.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}
	
#borderimg2 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0%;
	}

#borderimg3 { 
	width: 90%;
	height: auto;
	margin: 5%;
 	padding: 20px;
 	border: 10px solid transparent;
 	-webkit-border-image: url(images/diamonds.png) 8 round; /* Safari 3.1-5 */
 	-o-border-image: url(images/diamonds.png) 8 round; /* Opera 11-12.1 */
 	border-image: url(images/diamonds.png) 8 round;
 	background-color:#F7CCE5;
	text-align: center;
	float: left;
	}

.clown_lady {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		text-align: center;
		
	}
.clowns1 {
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	background-color: #E9E6E1;
	}
	
.horse_l {
	width: 100%;
	height: auto;
	display: block;
	}
	
.horse_r {
	width: 100%;
	height: auto;
	display: block;
	}
	
.main2 {
	width: 80%;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 30px;
	margin-left: 10%;
	background-color: #fff;
	}
	
.custom {
	width: 35%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: left;
	}
	
.easy {
	width: 65%;
	margin: 0 auto;
	float: left;
	}
	
.ordering {
	width: 100%;
	margin:0 auto;
	}

.info {
	min-width: 100%;
	margin: 0 auto;
	background-color:#F7BFDF;
	float: left;
	padding: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.info_red{
	width: 60%;
	margin: 0 auto;
	margin-right: 20%;
	margin-bottom: 20px;
	margin-left: 20%;
	}

.bottom_ball {
	width: 20%;
	margin: 0 auto;
	text-align: center;
	}
	
.ball {
	width: 90%;
	height: auto;
	display: block;
	position: relative;
	top: -4px;
	}
	
header {
	padding: 60px;
	height: 350px;
	width: 100%;
	margin-left: 0%;
 	margin-right: 5%;
	}
	
.main {
	width: 60%;
	margin: 0 auto;
	}
	
.aside {
	width: 20%;
	margin: 0 auto;
	}
	
h1 {
	font-size: 1.2em;
	}
	
.logo_container {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
	}
	
.logo {
    width: 100%;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}	
	
.social_container {
	min-width: 50%;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	}

.social {
	height: auto;
	min-width: 40px;
	margin: 10px;
	margin-top: 5px;
	}
	
.footer {
	height: 165px;
	}
}

@media all and ( min-width : 800px ){
	
header {
		height: 250px;
	}

.clown_lady {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	
.logo_container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	}
			
.logo {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin:0 auto;
	padding: 0;
	}
	
.sm_logo {
	display: none;
	}

.custom {
	width: 35%;
	}

.bottom_ball {
	width: 300px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}
	
.ball {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
	top: -0px;
	text-align: center;
	z-index: 1;
	}
	
.main {
	width: 60%;
	margin: 0 auto;
	}
	
.aside {
	width: 20%;
	}
	
.aside2 {
	min-width: 20%;
	background-color: blue;
	}


	
h1 {
	font-size: 1.3em;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}	
	
.social_container {
	min-width: 50%;
	height: 50px;
	margin: 0 auto;
	}

.social {
	height: auto;
	min-width: 40px;
	margin: 10px;
	margin-top: 5px;
	}
	
.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}

.ordering {
	float: left;
	}
	
.easy {
		width: 65%;
	}

.info {
	float: left;
	}
	
.custom {
	text-align: center;
	margin: 0 auto;
	}
	
.footer {
	height: 150px;	
	}
}

@media all and (min-width: 992px) {

header {
	height: 300px;
	}
	
.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}
	
h1 {
	font-size: 1.7em;
	}
	
p {
		font-size: 1.2em;
	}

.main {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
.aside {
		width: 25%;
	}

.clown_lady {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}
	
.info_red {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	}
	
.info {
	min-width: 100%;
	margin: 0 auto;
	background-color:#F7BFDF;
	float: left;
}	
.horse_l {
	width: 80%;
	height: auto;
	display: block;
	}
	
.horse_r {
	width: 80%;
	height: auto;
	display: block;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}	
	
.social_container {
	width: 53%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}	
	
.logo {
		display: block;
	}
	
.logo_container {
    width: 141%;
	}


.custom {
	width: 30%;
	}
	
.easy {
	width: 70%;
	padding-left: 50px;
	padding-right: 50px;
	}
	
.clowns1 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	}
	
.footer {
		height: 180px;
	}
}

@media all and (min-width : 1024px){

.chat {
	margin-top: -55px;
	margin-bottom: 30px;
	margin-right: 80px;
	float: right;
}

.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}
	
.social_container {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	}

.social {
	height: auto;
	min-width: 50px;
	margin: 40px;
	margin-top: 10px;
	}
	
#borderimg2 {
	width: 90%;
	height: auto;
	margin: 5%;
	padding: 60px;
	padding-top: 40px;
	}

.info_red {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}
	
.main {
	width: 60%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
.aside {
		width: 20%;
	}

.horse_l {
	width: 95%;
	height: auto;
	top: 20px;
	display: block;
	}
	
.horse_r {
	width: 95%;
	height: auto;
	top: 20px;
	right: 0px;
	display: block;
	}
	
.custom {
	width: 25%;
	}

.easy {
	width: 75%;
	}
	
.ball {
	width: 60%;
	}
	
.logo_container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	}
	
.logo {
	width: 100%;
	height: auto;
	}
	
.social {
	padding: 0;
	margin: 10px;
	}
	
.footer {
	height: auto;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width : 1280px) {

header{
		height: 375px;
	}
	
.info {
	width: 30%;
	margin: 0 auto;
	background-color:#F7BFDF;
	float: left;
	padding-right: 200px;
	padding-left: 200px;
}	
	
.clown_lady {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
	
.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}
p {
	font-size: 1.3em;	
	}
	
.chat {
	margin-top: -55px;
	margin-right: 120px;
	margin-bottom: 30px;
	float: right;
}
	
#borderimg1 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px;
	}

#borderimg2 {
	width: 90%;
	margin: 5%;
	}
	
.info_red {
	width: 58%;
	margin-right: 21%;
	margin-left: 21%;	
	}
	
.custom {
	width: 20%;
	}
	
.easy {
	width: 75%;
	padding-left: 100px;
	padding-right: 100px;
	}
	
.horse_l {
	width: 100%;
	}
	
.horse_r {
	top: 0;
	right: 0px;
	width: 100%;
	}

	.ball {
		width: 100%;
	}
.logo {
	width: 100%;
	height: 330px;
	margin: 0 auto;
	padding: 60px;
	}
	
.logo_container {
    width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.logo_sm {
	display: none;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}
	
.social_container {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	}

.social {
	height: auto;
	min-width: 60px;
	margin: 40px;
	margin-top: 10px;
	}

.footer {
		height: 210px;
	}
}

/*Responsive Styles*/

@media screen and (max-width : 800px){
.mobile-menu .lines {
    border-top: 5px solid #f8f8f8; 
	border-bottom: 5px solid #f8f8f8;
    content:"";
    height: 5px; 
    width: 15px;
	padding-top: 15px;
    padding-right: 15px;
    float: right;
	}
	/*Make dropdown links appear inline*/
.mobile-menu ul {
	position: static;
	display: none;
	}
	/*Create vertical spacing*/
.mobile-menu li {
	margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.mobile-menu ul li, .mobile-menu li a {
	width: 100%;
	text-align: right;
	padding-right: 60px;
	}
	/*Display 'show menu' link*/
.mobile-menu .show-menu {
	display:block;
	}
}

/*Responsive Styles*/

@media screen and (max-width : 800px){
.mobile-menu .lines {
    border-bottom: 10px double #F8BFDD; 
    border-top: 1px single #F8BFDD;
	border-top: 10px double #F8BFDD; 
	background-color:#000;
    content:"";
    height: 5px; 
    width: 15px;
	margin-top: 30px;
	margin-right: 30px;
    padding-right:40px;
    float: right;
}
/*Make dropdown links appear inline*/
.mobile-menu ul {
	position: static;
	display: none;
	}
	/*Create vertical spacing*/
.mobile-menu li {
	margin-bottom: 1px;

	}
	/*Make all menu links full width*/
.mobile-menu ul li, .mobile-menu li a {
	width: 100%;
	}
	/*Display 'show menu' link*/
.mobile-menu .show-menu {
	display:block;
	}
}

@media all and (min-width: 1444px) {	
	
#borderimg2 {
	padding: 40px;
	}



.clowns1 {
	background: #E9E6E1;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	}
	
p {
	font-size: 1.4em;	
	}

.example-image {
		margin: 5%;
	}
	
#borderimg2 {
	width: 80%;
	height: auto;
	margin-top: 3%; 
	margin-right: 10%;
	margin-bottom: 3%;
	margin-left: 10%;
	padding: 60px;
	padding-top: 40px;
	}
	
header {
	height: 350px;
	width: 100%;
	}

.button {
	width: 100px;
	margin-left: 45%;
	margin-right: 45%;
	}
	
.chat {
	margin-top: -55px;
	margin-right: 100px;
	margin-bottom: 30px;
	float: right;
}

.info_red {
	margin-bottom: 30px;
	width: 48%;
	margin-left: 26%;
	margin-right: 24%;
	}
	
.horse_l {
	width: 85%;
	top: 20px;
	}
	
.horse_r {
	width: 85%;
	top: 20px;
	right: 0px;
	}
	
.logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.logo_container {
    width: 65%;
	height: auto;
	margin: 0 auto;

	}
	
.logo_sm {
	display: none;
	}
	
.tracey {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	}
	
.social_container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	}

.social {
	height: auto;
	min-width: 60px;
	margin: 40px;
	margin-top: 10px;
	}

.info {
	padding-right: 300px;
	padding-left: 300px;
	}
	
.footer {
	width: 100%;
	height: 230px;
	}
}
